home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / btrieve / btool100.exe / INCLUDE.EXE / TOOLS.H < prev   
Text File  |  1990-08-05  |  483b  |  28 lines

  1. /* 
  2.     tools.h
  3.  
  4.     Copyright (c) 1990, by Jeffrey K Regan
  5.     ALL RIGHTS RESERVED.
  6.  
  7.     Revision History:
  8.     -----------------
  9. */
  10.  
  11. /********************/
  12. /* Completion Codes */
  13. /********************/
  14. #ifndef TRUE
  15. #define TRUE     1
  16. #define FALSE    0
  17. #define ERROR    -1
  18. #define OK        0
  19. #endif
  20.  
  21. char *trim (char *);
  22. void fldcpy (char *, char *, int);
  23. void strmfn (char *, char *, char *, char *, char *);
  24.  
  25. /*********************/
  26. /* End of definition */
  27. /*********************/
  28.